Fix distclean
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 22:25:08 +0000 (18:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 22:25:31 +0000 (18:25 -0400)
extract-strings was left behind.

gtk/Makefile.am

index dafebe6e06ed30aa84d182c9e11bbcb10e08116c..4085014cb278564c09626c9360f914aa2f9473da 100644 (file)
@@ -1296,6 +1296,7 @@ distclean-local:
        if test $(srcdir) != .; then \
          rm -f $(MAINTAINERCLEANFILES); \
          rm -rf stock-icons; \
+         rm -f extract-strings$(EXEEXT); \
        fi
 
 DEPS = libgtk-3.la $(top_builddir)/gdk/libgdk-3.la